Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps org.maplibre.gl:android-sdk from 9.5.2 to 10.0.2.

Release notes

Sourced from org.maplibre.gl:android-sdk's releases.

android-v10.0.2

🐞 Bug fixes

  • MapboxFusedLocationEngineImpl constructor made public to create custom LocationEngineProvider(#850)

android-v10.0.1

🐞 Bug fixes

  • Fixed regression with RasterSource native code throwing an exception expecting bound after switching to FloatArray (#830).
  • LocationEngineProxy was made public so that the migration path suggested in the 10.0.0 changelog for those wanting to use GMS Location Services can actually be implemented (#832).

android-v10.0.0-pre.0

✨ Features and improvements

  • Breaking: Changed resourcePrefix to maplibre_ from mapbox_ 647 and renamed resources accordingly. Note that this is a breaking change since the names of public resources were renamed as well. Replaced Mapbox logo with MapLibre logo.
  • GMS location: Replace new LocationRequest() with LocationRequest.Builder, and LocationRequest.PRIORITY_X with Priority.PRIORITY_X (620)

🐞 Bug fixes

  • Increment minSdkVersion from 14 to 21, as it covers 99.2%% of the newer devices since 2014
  • and lessens the backward compatibility burden (630)
  • Catches NaN for onMove event (621)

⛵ Dependencies

  • Revert "Revert "Gradle update"" - Update Gradle from v3 to v7 (#619)

android-v10.0.0

✨ Features and improvements

  • 💥 Breaking: Changed resourcePrefix to maplibre_ from mapbox_ (#647) and renamed resources accordingly. Note that this is a breaking change since the names of public resources were renamed as well. Replaced Mapbox logo with MapLibre logo.

    To migrate:
    If you use any of the public Android resources, you will get an error that they can not be found. Replace the prefix of each, e.g. R.style.mapbox_LocationComponent -> R.style.maplibre_LocationComponent.

  • 💥 Breaking: several deprecated overloads of LocationComponent.activateLocationComponent were removed. Use LocationComponentActivationOptions.Builder instead.

    To migrate, as an example:

     locationComponent.activateLocationComponent(context, style, false, locationEngineRequest, locationComponentOptions)

    becomes

    val options = LocationComponentActivationOptions.builder(context, style).useDefaultLocationEngine(false).locationEngineRequest(locationEngineRequest).locationComponentOptions(locationComponentOptions).build()
    locationComponent.activateLocationComponent(options)
  • 💥 Breaking: the LocationEngine implemented with Google Location Services has been removed to make MapLibre GL Native for Android fully FLOSS (#379).

    To migrate:

... (truncated)

Commits
  • 23cba4b Update CHANGELOG.md (#857)
  • fb42686 Add label to new bug report automatically (#839)
  • 9212dad Upgrade nan for node 19.x support (#853)
  • b287e18 Bump @​octokit/plugin-retry from 4.1.1 to 4.1.2 (#829)
  • 98a6b51 Bump minimatch from 6.1.8 to 7.0.0 (#828)
  • 8d90170 Bump aws-sdk from 2.1313.0 to 2.1318.0 (#827)
  • 47c46fa [android] Making MapboxFusedLocationEngineImpl constructor public (#850)
  • f7c3d62 Remove files generated by `platform/ios/platform/darwin/scripts/generate-styl...
  • ea9091f Enable Render test CI (#837)
  • c967074 Prepare for Android v10.0.1 (#843)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.maplibre.gl:android-sdk](https://github.com/maplibre/maplibre-gl-native) from 9.5.2 to 10.0.2.
- [Release notes](https://github.com/maplibre/maplibre-gl-native/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-native/blob/main/CHANGELOG.md)
- [Commits](maplibre/maplibre-native@android-v9.5.2...android-v10.0.2)

---
updated-dependencies:
- dependency-name: org.maplibre.gl:android-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 27, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 27, 2023

Dependabot tried to add @networkException/element-android-reviewers as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/networkException/element-android/pulls/176/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the networkException/element-android repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant